home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / comm / news / slrn-src.lha / slrn / doc / README.os2 < prev    next >
Text File  |  1998-05-03  |  4KB  |  87 lines

  1. This version of slrn can run under OS/2 as well as Unix or VMS.
  2. The compiled binaries, with everything you need to get it running, can
  3. be found on http://www.bgnett.no/~bjoff/slrn.html. 
  4.  
  5. To install the binaries, here are the steps needed;
  6.  
  7. 1.  Get a copy of the EMX runtime libraries, emxrt.zip (version 09c or
  8.     later required). emxrt.zip are available from most OS/2 archives,
  9.     for example:
  10.        ftp.leo.org:          /pub/comp/os/os2/gnu/emx+gcc
  11.        hobbes.nmsu.edu:      /os2/unix/emx09c
  12.  
  13. 2.  Append the following line to config.sys as a minimum, see notes
  14.     about variables below.
  15.        set NNTPSERVER=my.news.server
  16.        set HOME=d:\home\sweet\home
  17.  
  18. 3.  Copy the file slrn.rc into the home-directory and edit it to your
  19.     needs, it should be pretty well documented.
  20.  
  21. 4.  First time you start slrn, start it with the following parameters
  22.     "slrn.exe -create", this will create a jnews.rc. After that you can
  23.     start it without parameters.
  24.  
  25. 5.  If you want to use the "offline-mode", you have to start slrn.exe with
  26.     "slrn.exe --spool". Also please read documentation in the slrnpull dir.
  27.  
  28. ABOUT VARIABLES:
  29.     slrn knows the following ENVIRONMENT variables;
  30.         TMP:  Directory for temporary files, this should be set when you
  31.               installed OS/2 to something like x:\TMP.
  32.         USER or LOGNAME: This should be the same as the first part in your
  33.               email-address (until @) 
  34.         REPLYTO: If you have another emailaddress than the account you're
  35.               posting from you can set this to the preffered email-address.
  36.         HOSTNAME: The name of your computer without domain-name.
  37.         NAME: Your real name
  38.         ORGANIZATION: Organization to put in the header.
  39.         EDITOR or VISUAL: Editor used if not defined in slrn.rc. (if none
  40.               of these are defined we use e.exe.
  41.  
  42.     Most of these can be overridden in the slrn.rc file.
  43.  
  44. BUGS - Some of the char-translation is probably wrong, I need feedback
  45.        about this one. Preferable with a Message-ID so I can test it
  46.        out myself.
  47.  
  48.        Scoring: regexp's doesn't match the ibm850 chars, this requires
  49.        changing the S-Lang code, so it won't be done anytime soon. :-(
  50.        
  51. TODO - Adding config-option to hide configuration files and newsrc like
  52.        dotfiles under *nix.
  53.  
  54.        I don't think slrn.exe still can be used on a fat-only system,
  55.        there is still some filenames that don't conform to the 8+3
  56.        filnameing scheme.
  57.  
  58. The OS/2 version of slrn will use the full extent of the OS/2 command
  59. window it's run in. You can do "mode co80,50", and it will use all 50
  60. lines. You can also specify a wider window and it will use the extra
  61. width. (If you use a wide window, please take care that your postings
  62. don't exceed 80 characters per line. The net will thank you.)
  63.  
  64. To mail a reply or forward a message you need to set up a sendmail-
  65. command in slrn.rc. The default is 'sendmail -t -af'. To set up slrn
  66. to use an alternative mailer you can do something like
  67.  
  68.      set sendmail_command "e:/network/slrn/mailfile.cmd"
  69.  or  set sendmail_command "e:\\network\\slrn\\mailfile.cmd"
  70.  
  71.      (note that you either must use one forward slash "/" or double
  72.       backslashes "\\")
  73.  
  74. where mailfile.cmd contains something like:
  75.  
  76.     @echo off
  77.     cd e:\network\mr2ice
  78.     start e:\network\mr2ice\mr2i.exe /Q%1
  79.  
  80. I guess this should work with most mailers.
  81.  
  82. THANKS
  83.     John E. Davis,    davis@space.mit.edu    author of slrn
  84.     Jay Maynard,    jmaynard@nwpros.com    much of the OS/2 port
  85.  
  86. Bjoern Frantzen, bjoff@bgnett.no   January 1997
  87.